home *** CD-ROM | disk | FTP | other *** search
- object frmStatus: TfrmStatus
- Left = 312
- Top = 515
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'frmStatus'
- ClientHeight = 203
- ClientWidth = 359
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel2: TBevel
- Left = 4
- Top = 160
- Width = 349
- Height = 5
- Shape = bsTopLine
- end
- object pHeader: TPanel
- Left = 0
- Top = 0
- Width = 359
- Height = 41
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 1
- object lHeader: TLabel
- Left = 8
- Top = 14
- Width = 50
- Height = 16
- Caption = 'lHeader'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel1: TBevel
- Left = 0
- Top = 39
- Width = 359
- Height = 2
- Align = alBottom
- Shape = bsBottomLine
- end
- object imgFz: TImage
- Left = 320
- Top = 3
- Width = 33
- Height = 33
- Picture.Data = {<image000.ico>}
- Visible = False
- end
- end
- object btnCancel: TButton
- Left = 187
- Top = 171
- Width = 94
- Height = 25
- Caption = '&Abbrechen'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = btnCancelClick
- end
- object btnMinimize: TButton
- Left = 83
- Top = 171
- Width = 91
- Height = 25
- Caption = 'btnMinimize'
- Default = True
- TabOrder = 2
- OnClick = btnMinimizeClick
- end
- object lCurrentFileProgress: TGroupBox
- Left = 8
- Top = 48
- Width = 345
- Height = 49
- Caption = 'lCurrentFileProgress'
- TabOrder = 3
- object DRGauge1: TdfsExtProgressBar
- Left = 8
- Top = 23
- Width = 327
- Height = 18
- Min = 0
- Max = 100
- ParentShowHint = False
- Smooth = True
- Step = 1
- ShowHint = False
- TabOrder = 0
- end
- end
- object lArchiveProgress: TGroupBox
- Left = 8
- Top = 104
- Width = 345
- Height = 49
- Caption = 'lArchiveProgress'
- TabOrder = 4
- object DRGauge2: TdfsExtProgressBar
- Left = 8
- Top = 23
- Width = 327
- Height = 18
- Min = 0
- Max = 100
- Smooth = True
- Step = 1
- TabOrder = 0
- end
- end
- end
-